home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / BACKUP.TXT < prev    next >
Encoding:
Text File  |  1985-03-27  |  1.1 KB  |  25 lines

  1. <<<<<<<<<<<<<<<<<<<<<<           BACKUP            >>>>>>>>>>>>>>>>>>>>>
  2.  
  3. PURPOSE:  Backs up one or more files from a fixed disk to floppy disks.
  4.  
  5. TIPS:  You may need up to 30 floppy disks of the 360K variety to back
  6. up all files on a full 10 megabyte fixed disk.  First format floppies.
  7.  
  8. ;    BACKUP C:AIR*.* A:     ..   Backs up each file beginning with AIR
  9. ;                                from the current directory of Drive C
  10. ;                                to Drive A.
  11.  
  12. ;    BACKUP C:AIR*.* A: /A  ..   Indicates files should be added to 
  13. ;                                files already on backup diskette.
  14. ;                                OTHERWISE PREVIOUS BACKUP IS ERASED!
  15.  
  16. ;    BACKUP C:\ A: /S       ..   Backs up all files on Drive C.
  17.  
  18. ;    BACKUP C:*.* A: /M     ..   Backs up all files in the current
  19. ;                                directory of Drive C that have 
  20. ;                                changed since the last backup session.
  21.  
  22. ;    BACKUP C:\LOTUS A: /S  ..   Backs up all files in \LOTUS and 
  23. ;                                any subdirectories attached to LOTUS.
  24. ###
  25.